home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / get.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  621 b   |  32 lines

  1. GET
  2.  
  3. Gets the value of a local variable.
  4.  
  5. Format
  6.  
  7. GET <name>
  8.  
  9. Template
  10.  
  11. NAME/A
  12.  
  13. Location
  14.  
  15. Internal
  16.  
  17. GET is used to retrieve and display the value of a local environment
  18. variable. The value is displayed in the current window.
  19.  
  20. Local environment variables are only recognized by the Shell in which they
  21. are created or by any Shells created from a NEWSHELL command executed in the
  22. original Shell. If you open an additional Shell by opening the Shell icon or
  23. by using the Execute Command menu item, previously created local environment
  24. variables are not available.
  25.  
  26. Example:
  27.  
  28. 1> GET editor
  29. Extras:Tools/MEmacs
  30.  
  31. See also: SET
  32.